home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio1 / T1612S2.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-09-24  |  111.4 KB  |  1 channel  |  22,050 sample rate  |  25 seconds
Transcription: The AND operator will take corresponding bits of its two arguments and perform an AND operation bit by bit as defined by the truth table. That is, if the bit in both arguments, in the same position in a byte, is a 1, then that bit position in the result will also be a 1. If the bit in either argument is 0 in a position, the result will be 0 in that bit position.